diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_noexcept.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_noexcept.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_noexcept.cpp b/Tests/CompileFeatures/cxx_noexcept.cpp index a3c05b8..535e5db 100644 --- a/Tests/CompileFeatures/cxx_noexcept.cpp +++ b/Tests/CompileFeatures/cxx_noexcept.cpp @@ -1,5 +1,4 @@ void someFunc() noexcept { - } |