summaryrefslogtreecommitdiffstats
path: root/tools/slang-unit-test/unit-test-attribute-reflection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/slang-unit-test/unit-test-attribute-reflection.cpp')
-rw-r--r--tools/slang-unit-test/unit-test-attribute-reflection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-unit-test/unit-test-attribute-reflection.cpp b/tools/slang-unit-test/unit-test-attribute-reflection.cpp
index 7a4758677..d0ef59f9e 100644
--- a/tools/slang-unit-test/unit-test-attribute-reflection.cpp
+++ b/tools/slang-unit-test/unit-test-attribute-reflection.cpp
@@ -66,7 +66,7 @@ SLANG_UNIT_TEST(attributeReflection)
size_t size = 0;
auto guid = comAttribute->getArgumentValueString(0, &size);
UnownedStringSlice stringSlice = UnownedStringSlice(guid, size);
- SLANG_CHECK(stringSlice == "\"042BE50B-CB01-4DBB-8367-3A9CDCBE2F49\"");
+ SLANG_CHECK(stringSlice == "042BE50B-CB01-4DBB-8367-3A9CDCBE2F49");
auto testType = reflection->findTypeByName("TS");
SLANG_CHECK(testType != nullptr);