Skip to content

Commit 63e4ebc

Browse files
author
Aleksandr Urakov
committedNov 12, 2018
[PDB] Fix vbases.test requirement
Differential revision: https://reviews.llvm.org/D53506 llvm-svn: 346672
1 parent 172c045 commit 63e4ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lldb/lit/SymbolFile/PDB/vbases.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REQUIRES: windows
1+
REQUIRES: system-windows
22
RUN: clang-cl /Zi %S/Inputs/VBases.cpp /o %t.exe
33
RUN: %lldb -b -s %S/Inputs/VBases.script -- %t.exe | FileCheck %s
44

0 commit comments

Comments
 (0)
Please sign in to comment.