diff options
Diffstat (limited to 'tools/gfx-unit-test')
| -rw-r--r-- | tools/gfx-unit-test/link-time-type.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gfx-unit-test/link-time-type.cpp b/tools/gfx-unit-test/link-time-type.cpp index 7f470c619..a522b6903 100644 --- a/tools/gfx-unit-test/link-time-type.cpp +++ b/tools/gfx-unit-test/link-time-type.cpp @@ -49,8 +49,7 @@ namespace gfx_test )"; const char* module1Src = R"( import ifoo; - export struct Foo : IFoo = FooImpl; - )"; + export struct Foo : IFoo = FooImpl;)"; Slang::ComPtr<slang::ISession> slangSession; SLANG_RETURN_ON_FAIL(device->getSlangSession(slangSession.writeRef())); Slang::ComPtr<slang::IBlob> diagnosticsBlob; |
