Commit eb56ee5a by Abseil Team Committed by Gennadiy Civil

Googletest export

Fix invalid g3doc syntax highlighting languages. PiperOrigin-RevId: 265905539
parent d9c55a48
...@@ -98,7 +98,7 @@ test('first_and_only_test', testapp) ...@@ -98,7 +98,7 @@ test('first_and_only_test', testapp)
Since `pkg-config` is a small Unix command-line utility, it can be used in Since `pkg-config` is a small Unix command-line utility, it can be used in
handwritten `Makefile`s too: handwritten `Makefile`s too:
```Makefile ```makefile
GTEST_CFLAGS = `pkg-config --cflags gtest_main` GTEST_CFLAGS = `pkg-config --cflags gtest_main`
GTEST_LIBS = `pkg-config --libs gtest_main` GTEST_LIBS = `pkg-config --libs gtest_main`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment