diff --git a/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c b/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c index d710b39aa050..1f8ea474e976 100644 --- a/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c +++ b/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c @@ -1,8 +1,5 @@ // REQUIRES: darwin || linux -// Disabled due to flaky results -// UNSUPPORTED: arm-linux,armhf-linux,aarch64-linux - // Test using __llvm_profile_set_file_object in continuous mode (%c). // Create & cd into a temporary directory. // RUN: rm -rf %t.dir && mkdir -p %t.dir && cd %t.dir