From 0d641fcfad232a6981f587a8ee077dcf08432843 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 9 Apr 2019 08:43:14 -0400 Subject: Tests: Remove outdated portion of CompileFeatures genex test The genex part of the test verifies that `$` evaluates as expected. It does not need to actually try using code with the associated features, as that is tested separately. --- Tests/CompileFeatures/genex_test.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Tests/CompileFeatures/genex_test.cpp b/Tests/CompileFeatures/genex_test.cpp index 4539789..53dce62 100644 --- a/Tests/CompileFeatures/genex_test.cpp +++ b/Tests/CompileFeatures/genex_test.cpp @@ -31,17 +31,6 @@ # if !EXPECT_OVERRIDE_CONTROL # error "Expect no override control feature" # endif - -struct A -{ - virtual int getA() { return 7; } -}; - -struct B final : A -{ - int getA() override { return 42; } -}; - #endif #if !HAVE_AUTO_TYPE -- cgit v0.12