Fixed bug that wasn't maintaining table order.
[dbsrgits/SQL-Translator.git] / t / 27sqlite-parser.t
CommitLineData
5fcc85af 1#!/usr/bin/perl
2# vim: set ft=perl:
3
4use strict;
5
6use Test::More 'no_plan'; #tests => 180;
7use SQL::Translator;
8use SQL::Translator::Parser::SQLite qw(parse);
9use SQL::Translator::Schema::Constants;
10
11{
12 my $t = SQL::Translator->new;
13}