From c50b19495f064e3d6cad8ed2c9de1fb2a8f042a1 Mon Sep 17 00:00:00 2001
From: Marty Faltesek <mfaltesek@google.com>
Date: Mon, 13 May 2019 22:28:35 +0000
Subject: [PATCH] [zircon][unittest] Rename stack-test.c to stack-test.cpp

ZX-3736

Test: stack-test
Change-Id: Ib7a55021bf5790352a451a34a5cad1e74fda780b
---
 zircon/system/utest/core/stack/BUILD.gn                         | 2 +-
 zircon/system/utest/core/stack/{stack-test.c => stack-test.cpp} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename zircon/system/utest/core/stack/{stack-test.c => stack-test.cpp} (100%)

diff --git a/zircon/system/utest/core/stack/BUILD.gn b/zircon/system/utest/core/stack/BUILD.gn
index 494286c3f23..7f560045153 100644
--- a/zircon/system/utest/core/stack/BUILD.gn
+++ b/zircon/system/utest/core/stack/BUILD.gn
@@ -5,7 +5,7 @@
 source_set("stack") {
   testonly = true
   sources = [
-    "stack-test.c",
+    "stack-test.cpp",
   ]
   cflags = [ "-fstack-protector-all" ]
   deps = [
diff --git a/zircon/system/utest/core/stack/stack-test.c b/zircon/system/utest/core/stack/stack-test.cpp
similarity index 100%
rename from zircon/system/utest/core/stack/stack-test.c
rename to zircon/system/utest/core/stack/stack-test.cpp
-- 
GitLab