aboutsummaryrefslogtreecommitdiff
path: root/lib/msan/lit_tests/Linux/glob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msan/lit_tests/Linux/glob.cc')
-rw-r--r--lib/msan/lit_tests/Linux/glob.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msan/lit_tests/Linux/glob.cc b/lib/msan/lit_tests/Linux/glob.cc
index 513679c6d3d7..387ce3cf5f1a 100644
--- a/lib/msan/lit_tests/Linux/glob.cc
+++ b/lib/msan/lit_tests/Linux/glob.cc
@@ -1,4 +1,5 @@
// RUN: %clangxx_msan -m64 -O0 %s -o %t && %t %p 2>&1 | FileCheck %s
+// RUN: %clangxx_msan -m64 -O0 -D_FILE_OFFSET_BITS=64 %s -o %t && %t %p 2>&1 | FileCheck %s
// RUN: %clangxx_msan -m64 -O3 %s -o %t && %t %p 2>&1 | FileCheck %s
#include <assert.h>