Skip to content

Commit 5fe6d48

Browse files
committed
Fix test again.
1 parent 87561e0 commit 5fe6d48

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

bindgen-tests/tests/expectations/tests/libclang-5/issue-2556.rs

+43-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --enable-cxx-namespaces -- -x c++ -Itests/headers -include tests/headers/issue-2556/nsStyleStruct.h -include tests/headers/issue-2556/LayoutConstants.h
1+
// bindgen-flags: --enable-cxx-namespaces -- -x c++ -std=c++11 -Itests/headers -include tests/headers/issue-2556/nsStyleStruct.h -include tests/headers/issue-2556/LayoutConstants.h
22

33
#include "issue-2556/nsSize.h"
44
#include "issue-2556/nsStyleStruct.h"

0 commit comments

Comments
 (0)