blob: c7753b44082979e4db0d7de04eae35a0368f727c (
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: 1
// Just check that this is in the output with some string
// CHECK: Compiler Version: {{.+}}
|