mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Small naming correction
This commit is contained in:
9
projects/XCode4/CatchSelfTest/CatchSelfTest/BDDTests.cpp
Normal file
9
projects/XCode4/CatchSelfTest/CatchSelfTest/BDDTests.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// File.cpp
|
||||
// CatchSelfTest
|
||||
//
|
||||
// Created by Phil Nash on 02/09/2012.
|
||||
//
|
||||
//
|
||||
|
||||
#include "File.h"
|
14
projects/XCode4/CatchSelfTest/CatchSelfTest/File.h
Normal file
14
projects/XCode4/CatchSelfTest/CatchSelfTest/File.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// File.h
|
||||
// CatchSelfTest
|
||||
//
|
||||
// Created by Phil Nash on 02/09/2012.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef __CatchSelfTest__File__
|
||||
#define __CatchSelfTest__File__
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#endif /* defined(__CatchSelfTest__File__) */
|
Reference in New Issue
Block a user