diff options
Diffstat (limited to 'libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp')
-rw-r--r-- | libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp b/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp index ed5361fbde7..e319e0f4eed 100644 --- a/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp +++ b/libcxx/test/std/numerics/rand/rand.device/eval.pass.cpp @@ -30,7 +30,7 @@ int main() r(); assert(false); } - catch (const std::system_error& e) + catch (const std::system_error&) { } } |