Skip to content

Commit a19d2f6

Browse files
Test the testing the testing framework
1 parent 9374778 commit a19d2f6

File tree

2 files changed

+13
-55
lines changed

2 files changed

+13
-55
lines changed

tests/beman/scope/identity.test.cpp

Lines changed: 0 additions & 55 deletions
This file was deleted.

tests/beman/scope/scope.test.cpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2+
3+
#include <beman/scope/scope.hpp>
4+
5+
#include <gtest/gtest.h>
6+
7+
8+
namespace exe = beman::exemplar;
9+
10+
TEST(ScopeTest, test_testing_framework) {
11+
EXPECT_TRUE(true);
12+
EXPECT_FALSE(flase);
13+
}

0 commit comments

Comments
 (0)