summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/import05.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-12 23:55:35 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-12 23:55:35 +0200
commit7310e4916b8ee7d96db0e64e75ab98499a826674 (patch)
treefbcb77a6383a15598a924714abcf97c71b73e1ac /testdata/language-features/module/import05.out
parent67304cc71d2f0efa76b2b2a46575230a5102c6a0 (diff)
don't show module path
Diffstat (limited to 'testdata/language-features/module/import05.out')
-rw-r--r--testdata/language-features/module/import05.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/language-features/module/import05.out b/testdata/language-features/module/import05.out
index 90eff292..447a1356 100644
--- a/testdata/language-features/module/import05.out
+++ b/testdata/language-features/module/import05.out
@@ -6,9 +6,9 @@ x = _lhs x (_rhs hello)
6x :: String 6x :: String
7x = _rhs "hello" 7x = _rhs "hello"
8------------ tooltips 8------------ tooltips
9testdata/language-features/module/import05.lc 3:6-3:12 9import05.lc 3:6-3:12
10 Type 10 Type
11testdata/language-features/module/import05.lc 4:1-4:2 11import05.lc 4:1-4:2
12 String 12 String
13testdata/language-features/module/import05.lc 4:5-4:10 13import05.lc 4:5-4:10
14 String \ No newline at end of file 14 String \ No newline at end of file