| Index: tools/clang/blink_gc_plugin/tests/test.sh
|
| diff --git a/tools/clang/blink_gc_plugin/tests/test.sh b/tools/clang/blink_gc_plugin/tests/test.sh
|
| index 95bb261832531da476817f34c69b7c537e168e66..02c74778415a16aba8149561b99e83ff1d2c1962 100755
|
| --- a/tools/clang/blink_gc_plugin/tests/test.sh
|
| +++ b/tools/clang/blink_gc_plugin/tests/test.sh
|
| @@ -29,7 +29,6 @@
|
| flags="$(cat "${3}")"
|
| fi
|
| local output="$("${CLANG_PATH}" -c -Wno-c++11-extensions \
|
| - -Wno-inaccessible-base \
|
| -Xclang -load -Xclang "${PLUGIN_PATH}" \
|
| -Xclang -add-plugin -Xclang blink-gc-plugin ${flags} ${1} 2>&1)"
|
| local json="${input%cpp}graph.json"
|
|
|