summaryrefslogtreecommitdiff
path: root/codegen/vulkan/tests/hpptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/vulkan/tests/hpptest.cpp')
-rw-r--r--codegen/vulkan/tests/hpptest.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/codegen/vulkan/tests/hpptest.cpp b/codegen/vulkan/tests/hpptest.cpp
deleted file mode 100644
index fd6acdd1..00000000
--- a/codegen/vulkan/tests/hpptest.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2019-2021 The Khronos Group Inc.
-//
-// SPDX-License-Identifier: Apache-2.0
-
-#include <vulkan/vulkan.hpp>
-int main()
-{
- auto const instance_info = vk::InstanceCreateInfo();
- vk::Instance instance;
- vk::createInstance(&instance_info, nullptr, &instance);
-}