From 300af7ebde18da2286ee33c9e8569b8352c296a1 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Thu, 15 Mar 2018 10:23:50 -0400 Subject: [PATCH] Correct the paths to the global env. --- test/Analysis/Go/Spec.hs | 2 +- test/Analysis/Python/Spec.hs | 2 +- test/Analysis/TypeScript/Spec.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Analysis/Go/Spec.hs b/test/Analysis/Go/Spec.hs index 1d03d91d7..a7159092b 100644 --- a/test/Analysis/Go/Spec.hs +++ b/test/Analysis/Go/Spec.hs @@ -33,7 +33,7 @@ spec = parallel $ do where addr = Address . Precise fixtures = "test/fixtures/go/analysis/" - evaluate entry = snd . fst . fst . fst <$> + evaluate entry = snd . fst . fst . fst . fst <$> evaluateFiles @(Value Precise) goParser [ fixtures <> entry , fixtures <> "foo/foo.go" diff --git a/test/Analysis/Python/Spec.hs b/test/Analysis/Python/Spec.hs index baca662c0..2a03cf69d 100644 --- a/test/Analysis/Python/Spec.hs +++ b/test/Analysis/Python/Spec.hs @@ -37,7 +37,7 @@ spec = parallel $ do where addr = Address . Precise fixtures = "test/fixtures/python/analysis/" - evaluate entry = snd . fst . fst . fst <$> + evaluate entry = snd . fst . fst . fst . fst <$> evaluateFiles @(Value Precise) pythonParser [ fixtures <> entry , fixtures <> "a.py" diff --git a/test/Analysis/TypeScript/Spec.hs b/test/Analysis/TypeScript/Spec.hs index e266d980a..087af7185 100644 --- a/test/Analysis/TypeScript/Spec.hs +++ b/test/Analysis/TypeScript/Spec.hs @@ -34,7 +34,7 @@ spec = parallel $ do where addr = Address . Precise fixtures = "test/fixtures/typescript/analysis/" - evaluate entry = snd . fst . fst . fst <$> + evaluate entry = snd . fst . fst . fst . fst <$> evaluateFiles @(Value Precise) typescriptParser [ fixtures <> entry , fixtures <> "a.ts"