Skip to content

Commit ca0d0d9

Browse files
committed
loader test: Add missing output and newline.
1 parent 9b9f2e4 commit ca0d0d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tests/loader_test/loader_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ void TestEnumLayers(uint32_t& total, uint32_t& passed, uint32_t& skipped, uint32
178178
if (XR_FAILED(test_result)) {
179179
cout << "Failed with return " << std::to_string(test_result) << endl;
180180
local_failed++;
181+
} else {
182+
local_passed++;
183+
cout << "Passed" << endl;
181184
}
182185
}
183186
num_before_explicit = out_layer_value;

0 commit comments

Comments
 (0)