summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/lib/msan/tests/msan_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/msan/tests/msan_test.cc b/compiler-rt/lib/msan/tests/msan_test.cc
index a75e49d2e17..4ffc97505ba 100644
--- a/compiler-rt/lib/msan/tests/msan_test.cc
+++ b/compiler-rt/lib/msan/tests/msan_test.cc
@@ -3791,7 +3791,7 @@ TEST(MemorySanitizer, Select) {
EXPECT_POISONED(z);
}
-TEST(MemorySanitizer, DISABLED_SelectPartial) {
+TEST(MemorySanitizer, SelectPartial) {
// Precise instrumentation of select.
// Some bits of the result do not depend on select condition, and must stay
// initialized even if select condition is not. These are the bits that are
OpenPOWER on IntegriCloud