diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-30 02:10:00 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-30 02:10:00 -0500 |
| commit | 374d395d5ce986b668b07c59e2a78666631fb46c (patch) | |
| tree | 8cb60c86e328f447b5006dc902065dcbc02c70a5 /tests/fix_basic | |
| parent | e6579534e7c64be652ffeb74be7c977564a3ddab (diff) | |
chore: cleanup fix test.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tests/fix_basic')
| -rw-r--r-- | tests/fix_basic/fix_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fix_basic/fix_test.cc b/tests/fix_basic/fix_test.cc index 84ab290..f98a2c2 100644 --- a/tests/fix_basic/fix_test.cc +++ b/tests/fix_basic/fix_test.cc @@ -26,6 +26,5 @@ TEST(FIXTest, BasicFIXUsage) ocl::fix::basic_visitor<char> basic_visitor; ocl::fix::basic_range_data<char> fix = basic_visitor.visit(default_fix); - EXPECT_EQ(fix.magic_, ocl::fix::detail::begin_fix()); EXPECT_TRUE(fix.is_valid()); } |
