From 879ee3d187e577189eba9aed7bc6326b740cb627 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 5 Sep 2024 11:53:14 -0700 Subject: Support entrypoints defined in a namespace. (#5011) * Support entrypoints defined in a namespace. * Fix test. --- tests/diagnostics/command-line/entry-point-redundant-stage.slang | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/diagnostics/command-line') diff --git a/tests/diagnostics/command-line/entry-point-redundant-stage.slang b/tests/diagnostics/command-line/entry-point-redundant-stage.slang index 9507b1ea0..788d7e290 100644 --- a/tests/diagnostics/command-line/entry-point-redundant-stage.slang +++ b/tests/diagnostics/command-line/entry-point-redundant-stage.slang @@ -1,5 +1,7 @@ // entry-point-redundant-stage.slang -//DIAGNOSTIC_TEST:SIMPLE:-stage vertex -stage vertex +//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK):-stage vertex -stage vertex -//DIAGNOSTIC_TEST:SIMPLE:-entry vsMain -stage vertex -stage vertex +//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK):-entry vsMain -stage vertex -stage vertex + +// CHECK: was specified more than once -- cgit v1.2.3