blob: 67a43b274fea98d46a72ae88f4d6a8b346c4e886 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//TEST:COMPILE: tests/ir/dump-module-info.slang -o tests/ir/dump-module-info.slang-module
//TEST:SIMPLE(filecheck=CHECK): -get-module-info tests/ir/dump-module-info.slang-module
module "foo";
// CHECK: Module Name: foo
// This will need bumping whenever we bump the ir module version
// CHECK: Module Version: 2
// Just check that this is in the output with some string
// CHECK: Compiler Version: {{.+}}
|