From 8ee2e78e4cb9f5f92286a6b2df5e69f1dd8b0a8d Mon Sep 17 00:00:00 2001
From: Thiago Macieira <thiago.macieira@intel.com>
Date: Tue, 4 Sep 2018 23:58:48 -0700
Subject: [PATCH] Fix libvpx config tests
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

It'll never pass unless the code is valid C++.

Change-Id: I8b4ab98c34b94afd94b6fffd15516ec82d79bf17
Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
---
 config.tests/libvpx/libvpx.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.tests/libvpx/libvpx.cpp b/config.tests/libvpx/libvpx.cpp
index 55aef0b92..06c34476b 100644
--- a/config.tests/libvpx/libvpx.cpp
+++ b/config.tests/libvpx/libvpx.cpp
@@ -34,7 +34,7 @@ int main(int, char **)
     // Members added (as ints) by
     // https://chromium-review.googlesource.com/c/webm/libvpx/+/798222
     // And changed to int arrays by
-    /  https://chromium-review.googlesource.com/c/webm/libvpx/+/879089
+    //  https://chromium-review.googlesource.com/c/webm/libvpx/+/879089
     pkt.data.frame.width[0] = 0u;
     pkt.data.frame.height[0] = 0u;
     return 0;
-- 
GitLab