diff options
Diffstat (limited to 'test/val/val_storage_test.cpp')
-rw-r--r-- | test/val/val_storage_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/val/val_storage_test.cpp b/test/val/val_storage_test.cpp index 579c3813..02ef6f58 100644 --- a/test/val/val_storage_test.cpp +++ b/test/val/val_storage_test.cpp @@ -175,4 +175,4 @@ TEST_F(ValidateStorage, GenericVariableInsideFunction) { EXPECT_THAT(getDiagnosticString(), HasSubstr("OpVariable storage class cannot be Generic")); } -} +} // namespace |