diff options
author | Shayne Fletcher <shayne.fletcher@digitalasset.com> | 2019-05-07 17:35:50 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-08 15:29:01 -0400 |
commit | ed5f858b8484a207e28baf9cbec4c60de1c86187 (patch) | |
tree | 4dfe0b1ff3970bf2cac267299251e803f7ced7e8 /testsuite/tests/parser | |
parent | 0eeb4cfad732d0b9b278c2274cb6db9633f9d3b5 (diff) | |
download | haskell-ed5f858b8484a207e28baf9cbec4c60de1c86187.tar.gz |
Implement ImportQualifiedPost
Diffstat (limited to 'testsuite/tests/parser')
4 files changed, 6 insertions, 12 deletions
diff --git a/testsuite/tests/parser/should_compile/DumpParsedAst.stderr b/testsuite/tests/parser/should_compile/DumpParsedAst.stderr index 5c8bb34e50..d290e61da1 100644 --- a/testsuite/tests/parser/should_compile/DumpParsedAst.stderr +++ b/testsuite/tests/parser/should_compile/DumpParsedAst.stderr @@ -16,7 +16,7 @@ (Nothing) (False) (False) - (False) + (NotQualified) (False) (Nothing) (Nothing)))] @@ -458,5 +458,3 @@ [])))] (Nothing) (Nothing))) - - diff --git a/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr b/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr index 8dd85edcd6..48b880b16d 100644 --- a/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr +++ b/testsuite/tests/parser/should_compile/DumpRenamedAst.stderr @@ -642,7 +642,7 @@ (Nothing) (False) (False) - (False) + (NotQualified) (True) (Nothing) (Nothing))) @@ -655,7 +655,7 @@ (Nothing) (False) (False) - (False) + (NotQualified) (False) (Nothing) (Nothing))) @@ -668,7 +668,7 @@ (Nothing) (False) (False) - (False) + (NotQualified) (False) (Nothing) (Just @@ -684,5 +684,3 @@ {Name: GHC.Types.Type})))))])))))] (Nothing) (Nothing))) - - diff --git a/testsuite/tests/parser/should_compile/KindSigs.stderr b/testsuite/tests/parser/should_compile/KindSigs.stderr index 8ea6ec5322..6c7ef797a1 100644 --- a/testsuite/tests/parser/should_compile/KindSigs.stderr +++ b/testsuite/tests/parser/should_compile/KindSigs.stderr @@ -16,7 +16,7 @@ (Nothing) (False) (False) - (False) + (NotQualified) (False) (Nothing) (Nothing)))] diff --git a/testsuite/tests/parser/should_compile/T14189.stderr b/testsuite/tests/parser/should_compile/T14189.stderr index dd8df9dc04..e405262c5c 100644 --- a/testsuite/tests/parser/should_compile/T14189.stderr +++ b/testsuite/tests/parser/should_compile/T14189.stderr @@ -109,7 +109,7 @@ (Nothing) (False) (False) - (False) + (NotQualified) (True) (Nothing) (Nothing)))] @@ -141,5 +141,3 @@ (False) {Name: T14189.f})])])]) (Nothing))) - - |